home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Trial / Webroot Internet Security Essentials / WebrootSecurityTrialSetup_EN.exe / {app} / SpySweeperUI.exe / 0 / RCDATA / TBACKUPPWDDIALOG / TBACKUPPWDDIALOG.txt
Text File  |  2008-11-13  |  4KB  |  174 lines

  1. object BackupPwdDialog: TBackupPwdDialog
  2.   Left = 0
  3.   Top = 0
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Backup Account Password'
  7.   ClientHeight = 204
  8.   ClientWidth = 453
  9.   Color = clBtnFace
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -12
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   OnCloseQuery = FormCloseQuery
  18.   OnKeyDown = FormKeyDown
  19.   DesignSize = (
  20.     453
  21.     204)
  22.   PixelsPerInch = 96
  23.   TextHeight = 14
  24.   object lblTitle: TResLabel
  25.     Left = 12
  26.     Top = 20
  27.     Width = 41
  28.     Height = 16
  29.     Caption = 'lblTitle'
  30.     Font.Charset = ANSI_CHARSET
  31.     Font.Color = clWindowText
  32.     Font.Height = -13
  33.     Font.Name = 'Tahoma'
  34.     Font.Style = [fsBold]
  35.     ParentFont = False
  36.     Transparent = True
  37.   end
  38.   object lblSubTitle: TResLabel
  39.     Left = 12
  40.     Top = 44
  41.     Width = 428
  42.     Height = 40
  43.     Anchors = [akLeft, akTop, akRight]
  44.     AutoSize = False
  45.     Caption = 
  46.       'lblSubTitle In order to perform the backup or restoration action' +
  47.       ' for this account, you need to enter the account password.'
  48.     Transparent = True
  49.     WordWrap = True
  50.     ExplicitWidth = 429
  51.   end
  52.   object lblPassword: TResLabel
  53.     Left = 12
  54.     Top = 112
  55.     Width = 55
  56.     Height = 14
  57.     Transparent = True
  58.     ResourceCaption = 50326
  59.   end
  60.   object lblUsername: TResLabel
  61.     Left = 12
  62.     Top = 84
  63.     Width = 77
  64.     Height = 16
  65.     AutoSize = False
  66.     Transparent = True
  67.     ResourceCaption = 50325
  68.   end
  69.   object lblForgotPassword: TResLabel
  70.     Left = 11
  71.     Top = 173
  72.     Width = 97
  73.     Height = 14
  74.     Cursor = crHandPoint
  75.     Anchors = [akTop, akRight]
  76.     Font.Charset = DEFAULT_CHARSET
  77.     Font.Color = clBlue
  78.     Font.Height = -12
  79.     Font.Name = 'Tahoma'
  80.     Font.Style = [fsUnderline]
  81.     ParentFont = False
  82.     ParentShowHint = False
  83.     ShowHint = True
  84.     Transparent = True
  85.     OnClick = lblForgotPasswordClick
  86.     ResourceCaption = 50333
  87.     ExplicitLeft = 12
  88.   end
  89.   object lblUsernameValue: TResLabel
  90.     Left = 99
  91.     Top = 84
  92.     Width = 95
  93.     Height = 14
  94.     Caption = 'lblUsernameValue'
  95.     Transparent = True
  96.   end
  97.   object edtPassword: TEdit
  98.     Left = 95
  99.     Top = 109
  100.     Width = 346
  101.     Height = 22
  102.     Font.Charset = ANSI_CHARSET
  103.     Font.Color = clWindowText
  104.     Font.Height = -12
  105.     Font.Name = 'Tahoma'
  106.     Font.Style = []
  107.     ParentFont = False
  108.     PasswordChar = '*'
  109.     TabOrder = 0
  110.     OnChange = edtPasswordChange
  111.     OnKeyDown = edtPasswordKeyDown
  112.   end
  113.   object cbxRememberPassword: TResTeCheckBox
  114.     Left = 95
  115.     Top = 138
  116.     Width = 346
  117.     Height = 24
  118.     OnClick = cbxRememberPasswordClick
  119.     OnKeyDown = cbxRememberPasswordKeyDown
  120.     AllowGrayed = False
  121.     Alignment = kalLeftJustify
  122.     Checked = True
  123.     Font.Charset = ANSI_CHARSET
  124.     Font.Color = clWindowText
  125.     Font.Height = -12
  126.     Font.Name = 'Tahoma'
  127.     Font.Style = []
  128.     Spacing = 5
  129.     State = kcbsChecked
  130.     ThemeObject = 'default'
  131.     TabOrder = 1
  132.     Transparent = True
  133.     WordWrap = True
  134.     ResourceCaption = 50364
  135.   end
  136.   object btnOK: TResTeButton
  137.     Left = 199
  138.     Top = 168
  139.     Width = 118
  140.     Height = 25
  141.     Caption = 'btnOK'
  142.     Default = True
  143.     Font.Charset = ANSI_CHARSET
  144.     Font.Color = clWindowText
  145.     Font.Height = -12
  146.     Font.Name = 'Tahoma'
  147.     Font.Style = []
  148.     ModalResult = 1
  149.     ParentFont = False
  150.     TabOrder = 2
  151.   end
  152.   object btnCancel: TResTeButton
  153.     Left = 323
  154.     Top = 168
  155.     Width = 118
  156.     Height = 25
  157.     Cancel = True
  158.     Caption = 'btnCancel'
  159.     Font.Charset = ANSI_CHARSET
  160.     Font.Color = clWindowText
  161.     Font.Height = -12
  162.     Font.Name = 'Tahoma'
  163.     Font.Style = []
  164.     ModalResult = 2
  165.     ParentFont = False
  166.     TabOrder = 3
  167.   end
  168.   object ThemeForm: TTeForm2
  169.     ThemeObject = 'StandardDialog'
  170.     Left = 330
  171.     Top = 8
  172.   end
  173. end
  174.